home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2005 October
/
PCWOCT05.iso
/
Software
/
FromTheMag
/
Syn Text Editor 2.1.0.46
/
synsetup-2.1.0.46.exe
/
{app}
/
templates
/
Java
/
Java Program.java
< prev
next >
Wrap
Text File
|
2003-08-13
|
352b
|
18 lines
//Description: Java Program|
/* Created: {$DateTime} by {$UserName}
$Id: Java\040Program.java,v 1.1.2.2 2003/08/13 00:38:45 neum Exp $
*/
import java.awt.*;
import java.awt.event.*;
class {$FileTitleNoExt} extends Frame {
public static void main(String args[]) {
System.out.println("Starting {$FileTitleNoExt}...");
}
}